@media (min-width: 1430px){
    .container {
        width: 1430px;
    }
    .logo {
      max-width: 80%;
      float: left;
    }
}

.logo {
  width: 100%;
}
.header-pc {
  position: fixed;
  z-index: 100;
}

.header-pc .nav-top {
  height: 45px;
  width: 100%;
  background: #333;
  white-space: nowrap;
}

.header-pc .nav-top a {
  transition: 0.3s linear;
}

.header-pc .nav-top li:hover>a {
  opacity: 0.45;
}

.header-pc li {
  display: inline-block;
  line-height: 45px;
}

.header-pc .nav-left li {
  margin-right: 8px;
  position: relative;
}

.header-pc .nav-left li:hover .nav-se {
  display: block;
}

.header-pc .nav-left li > a {
  opacity: 0.7;
  font-family: MicrosoftYaHei, sans-serif;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.header-pc .nav-left > li:last-child a {
  border: none;
}

.header-pc .nav-right {
  text-align: right;
}

.header-pc .nav-right li {
  margin-left: 25px;
}

.header-pc .nav-right a {
  opacity: 0.7;
  font-family: PingFangSC-Regular,sans-serif;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
}

.header-pc .nav-right a i {
  margin-right: 10px;
  vertical-align: middle;
}

.header-pc.active .nav-bottom {
  background: white;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.55);
}

.header-pc.active .nav-bottom .nav-bottom-right li {
  color: #333;
}

.header-pc.active .nav-line {
  border-bottom: 4px solid #4170bc !important;
}

.header-pc .nav-bottom {
  height: 100px;
  width: 100vw;
  color: white;
  padding-top: 18px;
  text-align: right;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), transparent);
}

.header-pc .nav-bottom > div {
  /* padding-right: 0; */
}

.header-pc .nav-bottom a:hover img {
  transform: scale(1);
}

.header-pc .nav-bottom .nav-bottom-right {
  white-space: nowrap;
  padding-right: 0;
}

.header-pc .nav-bottom .nav-bottom-right > * {
  display: inline-block;
}

.header-pc .nav-bottom .nav-bottom-right > div {
  padding-left: 18px;
  display: none;
}

.header-pc .nav-bottom .nav-bottom-right > div i {
  cursor: pointer;
  color: #999;
}

.header-pc .nav-bottom .nav-bottom-right ul {
  width: 100%;
  /* padding-right: 33px !important; */
  position: relative;
  vertical-align: middle;
}

.header-pc .nav-bottom .nav-bottom-right ul::after {
  top: 24px;
  right: 0;
  display: block;
  content: "";
  border-right: 1px solid #979797;
  position: absolute;
  height: 18px;
  width: 1px;
  display: none;
}

.header-pc .nav-bottom .nav-bottom-right li {
  width: 11%;
  text-align: right;
  line-height: 28px;
  margin-top: 19px;
  padding-bottom: 28px;
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  float: left;
}

/* 1229 莽鈥郝裁┞┞疵ヂ郝惷ヂ库劉茅藛楼忙戮鈥好柯� */
.header-pc .nav-bottom .nav-bottom-right li a {
  color: inherit;
}

.header-pc .nav-bottom .nav-bottom-right li>a:hover {
  color: inherit;
}
/* 1229 莽鈥郝裁┞┞疵ヂ郝惷ヂ库劉茅藛楼忙戮鈥好柯� */

.header-pc .nav-bottom .nav-bottom-right .secondaryNavigation {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 230px;
  background-color: #fff;
  background-image: url(../img/navbg.png);
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-size: auto 100%;
  text-align: left;
  padding: 24px 36px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.header-pc .nav-bottom .nav-bottom-right .secondaryNavigation h3 {
  margin-top: 0;
  margin-bottom: 30px;
}

.header-pc .nav-bottom .nav-bottom-right .secondaryNavigation .zhTitle {
  font-family: MicrosoftYaHei-Bold,sans-serif;
  font-size: 20px;
  color: #4170bc;
  letter-spacing: 0;
  float: left;
  line-height: 28px;
  margin-right: 18px;
  font-weight: bold;
}

.header-pc .nav-bottom .nav-bottom-right .secondaryNavigation .enTitle {
  font-family: TrajanPro-Regular,sans-serif;
  font-size: 20px;
  color: #cad7ea;
  letter-spacing: 0;
  line-height: 28px;
}

.header-pc .nav-bottom .nav-bottom-right .secondaryNavigation>a {
  display: block;
  font-family: MicrosoftYaHei,sans-serif;
  float: left;
  margin-bottom: 8px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  cursor: pointer;
  line-height: 28px;
  width: max-content;
  margin-right: 100px;
}

.header-pc .nav-bottom .nav-bottom-right .secondaryNavigation a i {
  color: #999;
  margin-right: 8px;
}

.header-pc .nav-bottom .nav-bottom-right .nav-line {
  pointer-events: none;
  top: 120px;
  left: 0;
  display: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  transition: all 0.3s linear;
  border-bottom: 4px solid white;
}

.header-mp {
  display: none;
}

main {
  width: 100vw;
  overflow-x: hidden;
}

main .index-banner {
  width: inherit;
  height: 100vh;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* position: fixed; */
}

main .index-banner .swiper-wrapper {
  left: 0;
  top: 0;
}

main .index-banner .swiper-slide {
  position: relative;
}

main .index-banner .swiper-slide::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: inherit;
  height: 100px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
  z-index: 1;
}

main .index-banner .swiper-slide .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5%;
  z-index: 2;
  max-width: 100%;
}

main .index-banner .swiper-slide .container h3 {
  position: relative;
  z-index: 2;
  color: white;
  white-space: nowrap;
  text-shadow: 0 0 5px black;
}

main .index-banner .swiper-slide a {
  width: inherit;
}

main .index-banner .swiper-slide a:hover img {
  transform: scale(1);
}

main .index-banner .swiper-slide img {
  width: inherit;
  height: 100vh;
  object-fit: cover;
}

main .index-banner > .container {
  position: absolute;
  bottom: 5%;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  text-align: right;
}

main .index-banner > .container .fraction {
  display: inline-block;
  position: relative;
  z-index: 10;
  color: white;
  margin-bottom: 10px;
}

main .index-banner > .container .fraction span {
  font-family: ArialMT,sans-serif;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 28px;
}

main .index-banner > .container .fraction span:first-child {
  font-size: 32px;
}

main .index-banner > .container .swiper-pagination {
  right: 15px;
  bottom: 0;
  height: 2px;
}

main .index-banner > .container .swiper-pagination span {
  margin-left: 10px;
  height: 2px;
  width: 35px;
  border-radius: 0;
  background: white;
  opacity: 1;
  display: block;
  float: left;
}

main .index-banner > .container .swiper-pagination .swiper-pagination-bullet-active {
  background: #70a0e4;
}

main .sdnu-news .container {
  padding-top: 70px;
  height: 900px;
  background: url(../img/shi.png) no-repeat 100px -50px;
}

main .sdnu-news .news-box {
  position: relative;
}

main .sdnu-news .news-box .news-box-content {
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 0;
  padding: 11px 15px;
  transform: translateY(50%);
  background: #ffffff;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.14);
}

main .sdnu-news .news-box .news-box-content span {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}

main .sdnu-news .news-box .news-box-content p {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 5px;
}

main .sdnu-news .news-box .news-box-content:hover p {
  color: #4170bc;
}

main .sdnu-news .news-box img {
  width: 100%;
  height: 238px;
  object-fit: cover;
}

main .sdnu-news .news-swiper {
  margin-top: 63px;
  overflow-x: hidden;
  padding-bottom: 110px;
  position: relative;
}

main .sdnu-news .news-swiper .swiper-pagination-bullets {
  bottom: 55px;
}

main .sdnu-news .news-swiper .swiper-pagination-bullet {
  width: 55px;
  height: 4px;
  border-radius: 0;
}

main .sdnu-news .news-swiper .swiper-pagination-bullet-active {
  background: #70a0e4;
}

main .sdnu-news .news-swiper-item {
  display: block;
  height: 80px;
  margin-top: 30px;
  background: #ffffff;
  line-height: 80px;
  padding: 0 25px;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.14);
}

main .sdnu-news .news-swiper-item:hover .news-swiper-content {
  color: #4170bc;
}

main .sdnu-news .news-swiper-item .news-swiper-content {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  width: 80%;
  display: block;
  float: left;
}

main .sdnu-news .news-swiper-item .time {
  width: 20%;
  display: block;
  text-align: right;
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  float: right;
}

main .comprehensive-news {
  position: relative;
  padding-top: 72px;
  padding-bottom: 80px;
  z-index: 100;
}

main .comprehensive-news::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 450px;
  top: 0;
  left: 0;
  z-index: -1;
  background-image: url(../img/bg1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

main .comprehensive-news .icon {
  background: transparent;
  border: 1px solid #ffffff;
}

main .comprehensive-news .title * {
  color: white !important;
}

main .comprehensive-news .title .line {
  background: white;
}

main .comprehensive-news .comprehensive-news-top .row div a {
  height: 314px;
  position: relative;
  background: #ffffff;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.18);
}

main .comprehensive-news .comprehensive-news-top .row div div {
  width: 100%;
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  background: white;
  height: 84px;
  z-index: 10;
  padding: 18px 25px;
}

main .comprehensive-news .comprehensive-news-top .row div div:hover p {
  color: #4170bc;
}

main .comprehensive-news .comprehensive-news-top .row div div p {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
}

main .comprehensive-news .comprehensive-news-top .row div div span {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}

main .comprehensive-news .comprehensive-news-top .row div img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

main .comprehensive-news .comprehensive-news-bottom a {
  display: block;
  margin-top: 35px;
}

main .comprehensive-news .comprehensive-news-bottom a:hover p {
  color: #4170bc;
}

main .comprehensive-news .comprehensive-news-bottom a p {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
}

main .comprehensive-news .comprehensive-news-bottom a span {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
}

main .comprehensive-news .announcements-item {
  width: 100%;
  height: 90px;
  background: #ffffff;
  padding-top: 20px;
  margin-bottom: 25px;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.14);
}

main .comprehensive-news .announcements-item:hover p {
  color: #4170bc;
}

main .comprehensive-news .announcements-item .date {
  text-align: center;
  width: 50px;
  height: 50px;
  background: #70a0e4;
  float: left;
  margin-right: 20px;
}

main .comprehensive-news .announcements-item .date h3 {
  font-family: Arial-BoldMT,sans-serif;
  margin: 0;
  margin-bottom: -4px;
  padding-top: 4px;
  font-size: 28px;
  color: #ffffff;
  letter-spacing: 0;
}

main .comprehensive-news .announcements-item .date span {
  font-family: ArialMT,sans-serif;
  font-size: 10px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 14px;
}

main .comprehensive-news .announcements-item p {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 2px;
}

main .comprehensive-news .announcements-item a > span {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0;
}

main .academic-sdnu {
  position: relative;
  padding-bottom: 42px;
}

main .academic-sdnu::after {
  display: block;
  content: "";
  width: 100%;
  height: 2000px;
  position: absolute;
  z-index: -1;
  bottom: 0;
  background-image: url(../img/bg2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}

main .academic-sdnu .academic-sdnu-main > :nth-child(odd) {
  margin-top: 27px;
}

main .academic-sdnu .academic-sdnu-main > :nth-child(even) {
  margin-top: 86px;
}

main .academic-sdnu .academic-sdnu-item {
  display: block;
  position: relative;
  width: 100%;
  height: 251px;
  background: #ffffff;
  padding: 45px 17px;
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.18);
}

main .academic-sdnu .academic-sdnu-item:hover h3 {
  color: #4170bc;
}

main .academic-sdnu .academic-sdnu-item .academic-sdnu-date {
  width: 110px;
  height: 36px;
  background: #4170bc;
  position: absolute;
  left: 17px;
  top: -18px;
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
}

main .academic-sdnu .academic-sdnu-item h3 {
  font-family: MicrosoftYaHei,sans-serif;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 24px;
}

main .academic-sdnu .academic-sdnu-item p {
  font-family: MicrosoftYaHei,sans-serif;
  text-align: justify;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 24px;
}

main .person-sdnu {
  padding-top: 65px;
}

main .person-sdnu .container {
  position: relative;
}

main .person-sdnu .container::after {
  position: absolute;
  content: "";
  display: block;
  background: #eaf8ff;
  height: 1500px;
  top: 0;
  width: 100vw;
  left: 420px;
  z-index: -1;
}

main .person-sdnu .person-sdnu-title {
  float: left;
  margin-top: 0;
  margin-right: 50px;
  font-family: MicrosoftYaHei-Bold,sans-serif;
  font-size: 24px;
  color: #03528c;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 40px;
}

main .person-sdnu .person-sdnu-top {
  overflow: hidden;
}

main .person-sdnu .person-sdnu-swiper {
  position: relative;
  height: 475px;
  overflow: hidden;
}

main .person-sdnu .person-sdnu-swiper .photo {
  height: 400px;
  overflow: hidden;
}

main .person-sdnu .person-sdnu-swiper .photo img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

main .person-sdnu .person-sdnu-swiper .content {
  position: absolute;
  width: 90%;
  height: 134px;
  left: 5%;
  bottom: 10px;
  padding: 32px 31px;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.13);
}

main .person-sdnu .person-sdnu-swiper .content:hover h3 {
  color: #4170bc;
}

main .person-sdnu .person-sdnu-swiper .content p {
  opacity: 0.8;
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
}

main .person-sdnu .person-sdnu-swiper .content h3 {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  line-height: 36px;
  margin-top: 2px;
}

main .person-sdnu .person-sdnu-swiper .swiper-button-next {
  right: 0;
  background-image: url();
}

main .person-sdnu .person-sdnu-swiper .swiper-button-prev {
  left: 0;
  background-image: url();
}

main .person-sdnu .person-sdnu-swiper .swiper-button-next,
main .person-sdnu .person-sdnu-swiper .swiper-button-prev {
  width: 42px;
  height: 81px;
  margin-top: unset;
  top: 160px;
  background-color: rgba(0, 0, 0, 0.65);
  background-size: 16px;
}

main .person-sdnu .person-sdnu-item {
  display: block;
  width: 100%;
  height: 120px;
  padding-right: 25px;
  background: #ffffff;
  margin-bottom: 53px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.13);
}

main .person-sdnu .person-sdnu-item:hover h3 {
  color: #4170bc;
}

main .person-sdnu .person-sdnu-item .photo {
  width: 28%;
  height: 100%;
  overflow: hidden;
  float: left;
  margin-right: 33px;
}

main .person-sdnu .person-sdnu-item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .person-sdnu .person-sdnu-item p {
  opacity: 0.8;
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
  padding-top: 20px;
}

main .person-sdnu .person-sdnu-item h3 {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 2px;
}

main .beautiful-sdnu {
  margin-top: 75px;
  min-height: 760px;
}

main .beautiful-sdnu .title {
  margin-bottom: 36px;
}

main .beautiful-sdnu .beautiful-sdnu-left {
  height: 300px;
}

main .beautiful-sdnu .beautiful-sdnu-left a {
  display: block;
  width: 120%;
  /* margin-left: -160px; */
  position: relative;
}

main .beautiful-sdnu .beautiful-sdnu-left img {
  width: 100%;
  min-height: 760px;
  object-fit: cover;
}

main .beautiful-sdnu .beautiful-sdnu-left .content {
  position: absolute;
  max-width: 90%;
  bottom: 30px;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 24px;
  color: #ffffff;
  letter-spacing: 0.31px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

main .beautiful-sdnu .beautiful-sdnu-right {
  padding-left: 0;
}

main .beautiful-sdnu .beautiful-sdnu-right .title {
  padding-left: 23%;
}

main .beautiful-sdnu .beautiful-sdnu-right .beautiful-sdnu-item {
  width: 50%;
  float: left;
  height: 306px;
  position: relative;
}

main .beautiful-sdnu .beautiful-sdnu-right .beautiful-sdnu-item:hover .cover {
  visibility: hidden;
  opacity: 0;
}

main .beautiful-sdnu .beautiful-sdnu-right .beautiful-sdnu-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

main .beautiful-sdnu .cover {
  width: 100%;
  height: 100%;
  position: absolute;
  /* padding: 20px; */
  top: 0;
  left: 0;
  text-align: center;
  transition: 0.3s linear;
  background-color: rgba(4, 75, 123, 0.75);
  background-image: url(../img/masklogo.png);
  background-repeat: no-repeat;
  background-position: center center;
}

/* 1229 莽鈥郝裁┞┞疵ヂ郝惷ヂ库劉茅藛楼忙戮鈥好柯� */

main .web-special .web-special-item img {
    width: 100%;
    height: 158px;
    object-fit: cover;
}

main .beautiful-sdnu .cover p {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 18px;
  padding: 0 20px;
  color: #ffffff;
  letter-spacing: 0.23px;
  line-height: 38px;
  margin-top: 130px;
  margin-bottom: 0;
}

/* 1229 莽鈥郝裁┞┞疵ヂ郝惷ヂ库劉茅藛楼忙戮鈥好柯� */

main .beautiful-sdnu .cover span {
  opacity: 0.7;
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.18px;
  line-height: 38px;
}

main .beautiful-sdnu .two {
  background: white;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

main .beautiful-sdnu .two p {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 18px;
  color: #02548b;
  letter-spacing: 0.23px;
  line-height: 38px;
  margin-top: 130px;
}

main .beautiful-sdnu .two span {
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.18px;
  line-height: 38px;
}

main .web-special {
  margin-top: 146px;
}

main .web-special .icon {
  float: unset;
  margin-bottom: 30px;
}

main .web-special .title-text {
  margin: 0 !important;
  margin-bottom: 72px !important;
  width: 48px;
  text-align: center;
}

main .web-special .more {
  text-align: left;
  height: 50px !important;
}

main .web-special .more span {
  display: block;
}

main .web-special .more .line {
  left: 10px;
  top: 40px;
}

main .web-special .more i {
  position: absolute;
  top: 28.5px;
  left: 40px;
}

main .web-special .web-special-item {
  margin-bottom: 30px;
  position: relative;
}

main .web-special .web-special-item .content {
  width: 100px;
  position: absolute;
  top: 38px;
  right: 38px;
}

main .web-special .web-special-item .content span {
  display: block;
  float: left;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 30px;
  width: 45px;
  height: 45px;
  border: 1px solid #fff;
}

footer {
  margin-top: 15px;
  color: #999;
}

footer a {
  color: #999;
}

footer a:hover {
  color: #999;
}

footer a:hover img {
  transform: scale(1);
}

footer .footer-top {
  background: #333;
  height: 255px;
}

footer .footer-top .footer-top-left {
  text-align: center;
}

footer .footer-top .footer-top-left img {
  margin-top: 33px;
}

footer .footer-top .footer-top-right {
  padding-top: 10px;
}

footer .footer-top .footer-top-right .row > :last-child {
  white-space: nowrap;
  height: 73px;
  display: table;
  padding-right: 120px;
}

footer .footer-top .footer-top-right .linkTo {
  display: table-cell;
  vertical-align: bottom;
  cursor: pointer;
  position: relative;
}

footer .footer-top .footer-top-right .linkTo:hover .code {
  bottom: 50px;
  visibility: visible;
  opacity: 1;
}

footer .footer-top .footer-top-right .linkTo i {
  font-size: 31px;
}

footer .footer-top .footer-top-right .linkTo .code {
  opacity: 0;
  visibility: hidden;
  width: 140px;
  height: 140px;
  padding: 20px;
  background: white;
  position: absolute;
  bottom: 30px;
  left: -70px;
  pointer-events: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
  transition: 0.3s linear;
}

footer .footer-top .footer-top-right .linkTo .code img {
  width: 100px;
  height: 100px;
}

footer .footer-top .footer-top-right .footer-title {
  display: block;
  font-family: MicrosoftYaHei-Bold,sans-serif;
  font-size: 16px;
  color: #648dbd;
  letter-spacing: 0;
  line-height: 28px;
  margin: 0;
  margin-top: 15px;
  font-weight: 700;
}

footer .footer-bottom {
  height: 75px;
  line-height: 75px;
  color: #333;
}

footer .footer-bottom .footer-bottom-right {
  text-align: right;
}

footer .footer-bottom .footer-bottom-right a {
  color: #333;
}

.title {
  overflow: hidden;
  margin-bottom: 50px;
}

.title .title-left > * {
  float: left;
}

.title .title-left .title-text {
  font-family: NotoSerifCJKsc-Bold,sans-serif;
  font-size: 28px;
  color: #333333;
  letter-spacing: 0;
  margin-top: 10px;
  margin-left: 26px;
  margin-right: 25px;
}

.title .title-right .toSdnuNews {
  display: block;
  float: right;
  width: 200px;
  height: 48px;
  background: #4170bc;
  border-radius: 24px;
  line-height: 48px;
  padding-left: 25px;
  font-family: MicrosoftYaHei,sans-serif;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
}

.title .title-right .toSdnuNews i {
  color: white;
  font-size: 28px;
  vertical-align: middle;
}

.more {
  width: 120px;
  margin-top: 16px;
  color: #666;
  position: relative;
  float: left;
}

.more:hover {
  color: unset;
}

.more:hover .line {
  animation: toRight 1s infinite cubic-bezier(0, 0.55, 0.45, 1);
}

.more span {
  display: inline-block;
  padding-top: 1px;
}

.more .line {
  height: 1px;
  width: 20px;
  top: 50%;
  margin-top: -0.5px;
  left: 73px;
  background: #666;
  position: absolute;
}

.more i {
  float: right;
}

.icon {
  background: #4170bc;
  width: 48px;
  height: 48px;
  color: white;
  text-align: center;
}

.icon i {
  line-height: 48px;
  font-size: 24px;
}

.recruitment {
  width: 40px;
  height: 502px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -251px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.32);
}

.recruitment a {
  display: block;
  width: 17px;
  margin-left: 11.5px;
  text-align: center;
  font-family: MicrosoftYaHei,sans-serif;
  padding: 22px 0;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 18px;
  transition: color 0.3s linear;
  border-bottom: 1px solid #979797;
}

.recruitment a:last-child {
  border: none;
}

.recruitment a:hover {
  color: rgba(255, 255, 255, 0.6);
}

.time {
  white-space: nowrap;
}

.secondaryNavigation > a {
  position: relative;
}

.childs {
  position: absolute;
  background: white;
  left: 100%;
  top: 0;
  width: max-content;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
  z-index: 1000;
  padding: 20px 0;
}

.childs a {
  display: block;
  line-height: 40px;
  padding: 0 30px;
  font-size: 14px;
}

.childs a:hover {
  background: #4170bc;
  color: white !important;
  transition: none;
}


.secondaryNavigation-mp> a {
  position: relative;
}

.secondaryNavigation-mp .childs {
  padding: 15px 0;
  left: 75%;
}

.secondaryNavigation-mp .childs a {
  line-height:30px;
  color: #333;
  font-size: 12px;
  padding: 0 15px;
}

.web-special .title {
  max-width: 100px;
}

.header-mp .header-mp-right > a{
  margin-right: 10%;
  color: white;
}

.header-mp .header-mp-right > a:hover {
  color: white;
}

.main-content {
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  height: auto;
  padding-top: 145px;
  background: white;
  overflow: auto;
  outline: none;
  transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
}

.header-mp .header-mp-nav-bottom li > div > a {
  color: white;
}

.header-mp .header-mp-nav-bottom li > div > a:hover {
  color: white;
}

@keyframes toRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}

.header-mp .header-mp-nav .main .main-bottom div a {
  white-space: nowrap;
}

.nav-se {
  z-index: 1000;
  display: none;
  position: absolute;
  background: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
  padding: 20px 0;
  left: -30px;
  top: 45px;
  opacity: 1;
  width: max-content;
}

.nav-se a {
  color: #333;
  display: block;
  padding: 0 30px;
  color: inherit;
  font-size: 14px;
  line-height: 40px;;
}

.nav-se a:hover {
  background: #4170bc;
  color: white;
}

/* 1231氓驴鈩⒚┧喡ッ︹�欌偓忙鈥∨犆Ｆ掆�毭⑩�樎疵柯� */
main .comprehensive-news .announcements-item a {
    display: block;
}
/* 1231氓驴鈩⒚┧喡ッ︹�欌偓忙鈥∨犆Ｆ掆�毭⑩�樎疵柯� */